improvement(branding): white-background sim wordmark for og image#4683
Conversation
Swap the default Open Graph and Twitter card image from the purple "sim" lettermark on purple to the brand wordmark (green icon + dark "sim" text) centered on a white background. Pulled directly from the sidebar's wordmark-dark.svg so the asset stays in sync with the in-app brand. - New asset at /logo/426-240/reverse/small.png (2130x1200, matches declared OG dimensions) - Default branded metadata + landing-page-specific overrides both updated; all sub-pages that inherit the default pick up the new image automatically Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview This change is applied both on the main landing page metadata and in the enterprise whitelabeling metadata fallback when no custom Reviewed by Cursor Bugbot for commit d97dc51. Configure here. |
Greptile SummaryThis PR swaps the default Open Graph and Twitter card image from the purple lettermark on a purple background (
Confidence Score: 5/5Purely cosmetic asset swap with no logic changes; safe to merge. All four URL references are updated consistently, the replacement asset exists at the declared path and dimensions, and EE whitelabel customers who supply a custom logo are not affected by the fallback change. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Request to any page] --> B{Has brand.logoUrl?}
B -- Yes --> C[Use EE custom logo URL]
B -- No --> D[Fallback: /logo/426-240/reverse/small.png]
D --> E[OG image: 2130x1200 wordmark on white]
C --> E2[OG image: custom brand logo]
E --> F[og:image meta tag]
E --> G[twitter:image meta tag]
E2 --> F
E2 --> G
H[apps/sim/app/page.tsx] -- landing-page override --> F
I[ee/whitelabeling/metadata.ts] -- all other pages default --> F
Reviews (1): Last reviewed commit: "improvement(branding): white-background ..." | Re-trigger Greptile |
Summary
apps/sim/public/logo/426-240/reverse/small.png(2130×1200, matching the declared OG dimensions). Pulled directly from the sidebar'swordmark-dark.svgso the asset stays in sync with the in-app brand.Test plan
view-source:of/showsog:imageandtwitter:imagepointing at/logo/426-240/reverse/small.png/logo/426-240/reverse/small.pngdirectly and confirm the rendered 2130×1200 PNGapple-touch-icon, favicons, and schema.org Organizationlogoreferences are untouched (separate square assets, intentionally not changed)